home *** CD-ROM | disk | FTP | other *** search
/ USGS: Oil & Gas Potential…National Wildlife Refuge / USGS - Oil & Gas Potential of the Arctic National Wildlife Refuge - Disc 1.iso / mac / imggal / Xtras / PrintOMatic / PrintOMatic.rsrc / TEXT_128_PrintOMatic Message Table.txt < prev    next >
Text File  |  1997-01-30  |  2KB  |  75 lines

  1. xtra PrintOMatic
  2. --
  3. -- PrintOMatic Xtra
  4. -- Version 1.5.3
  5. -- Copyright 1994-97 Electronic Ink
  6. --
  7. -- CREATE/DESTROY/RESET A DOCUMENT
  8. new object
  9. forget object
  10. reset object
  11. --
  12. -- DOCUMENT/JOB SETUP
  13. doPageSetup object    -- returns TRUE or FALSE
  14. doJobSetup object    -- returns TRUE or FALSE
  15. --
  16. -- DOCUMENT ATTRIBUTES
  17. setDocumentName object, string name
  18. setLandscapeMode object, boolean landscape
  19. setMargins object, rect margins
  20. setPrintableMargins object
  21. getPageWidth object   -- returns page width
  22. getPageHeight object  -- returns page height
  23. getPaperWidth object  -- returns paper width
  24. getPaperHeight object -- returns paper height
  25. --
  26. -- CREATE/SET PAGES
  27. newPage object -- returns page number
  28. setPage object, int pageNumber
  29. --
  30. -- TEXT/GRAPHIC ATTRIBUTES
  31. setTextFont object, string fontName -- returns TRUE if font was set
  32. setTextSize object, int pointSize
  33. setTextStyle object, string styleCodes
  34. setTextJust object, string justification
  35. setTextLineSpacing object, int spacing
  36. setColor object, int red, int green, int blue
  37. setGray object, int graylevel
  38. setLineWeight object, int pointSize
  39. --
  40. -- GRAPHIC ELEMENTS
  41. drawRect object, rect bounds, boolean filled
  42. drawLine object, point start, point end
  43. drawRoundRect object, rect bounds, int cornerRadius, boolean filled
  44. drawOval object, rect bounds, boolean filled
  45. drawText object, string text, point location
  46. drawPicture object, *      -- castmem or fileName, location (point or rect)
  47. drawStagePicture object, * -- location (point or rect), stage portion (rect), grabOffscreen (boolean)
  48. --
  49. -- CREATE FRAMES AND APPEND CONTENTS
  50. newFrame object, rect bounds, boolean linkedToPrevious
  51. append object, * any
  52. appendFile object, * fileName
  53. getInsertionPoint object -- returns string ΓÇ£page, x, yΓÇ¥
  54. --
  55. -- CUSTOMIZE THE PROGRESS BOX
  56. setProgressMsg object, string message
  57. setProgressPict object, * pictCastMember
  58. setProgressLoc object, point location
  59. --
  60. -- PRINT OR PREVIEW
  61. * printPreview *
  62. * print *
  63. --
  64. -- MISCELLANEOUS
  65. hideMessages object, boolean hide
  66. setPageNumSymbol object, string symbol
  67. + register object, string serialNumber -- returns TRUE or FALSE
  68. + setLowMemLimits object, globalHeap, localHeap
  69. --
  70. -- MACINTOSH-ONLY ROUTINES
  71. * printToPictFiles *
  72. draw1bitStagePicture object, * -- location (point or rect), stage portion (rect), grabOffscreen (boolean)
  73. loadPageSetup object, string fileName, int resourceID
  74. savePageSetup object, string fileName, string fileType, string fileCreator, int resourceID
  75.